home *** CD-ROM | disk | FTP | other *** search
/ The Sunday Times: The Month 2004 October / The Sunday Times - The Month 2004-10.iso / pc / assets / splash / tv.swf / scripts / frame_1 / DoAction.as
Text File  |  2004-09-01  |  126b  |  8 lines

  1. stop();
  2. trace("pause: " + pause);
  3. trace("entering: " + entering);
  4. if(pause == true || entering == true)
  5. {
  6.    play();
  7. }
  8.